home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / GFX-Viewer / SViewII / SuperViewLibrary / SQ-Operators / SQMotion_Blur.doc < prev    next >
Text File  |  1999-03-29  |  2KB  |  71 lines

  1.  
  2.   SQMotion_Blur.svoperator
  3.  
  4.   © 1995 by Steve Quartly.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.5
  9.   Release Date : 11.01.1998
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V5+
  16.  
  17.   Description
  18.   ~~~~~~~~~~~
  19.   SQMotion_Blur.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This  operator is another kind of blur, however this one looks a bit like
  23.   a motion blur.
  24.  
  25.   ***NOTE:  This  operator will only work on a 24 bit buffer. This is not a
  26.   major  problem  as you can apply the AnyTo24Bit.svoperator first and then
  27.   apply this operator quite successfully.
  28.  
  29.   ControlPad-Switches
  30.   ~~~~~~~~~~~~~~~~~~~
  31.   ControlPad-Name     : "ENV:superview-library/SQMotion_Blur.controlpad"
  32.   ControlPad-Commands : - PERCENTAGE=<1..100>
  33.                           ; This the percentage of motio blur to be applied.
  34.                           ;
  35.                           ; The following controlpads allow you to apply
  36.                           ; this operator to a rectangular region of the
  37.                           ; image.
  38.                         - LEFTEDGE=<Value>
  39.                           ; crop from x position
  40.                           ; (will be adjusted, if >= source width)
  41.                         - TOPEDGE=<Value>
  42.                           ; crop from y position
  43.                           ; (will be adjusted, if >= source height)
  44.                         - WIDTH=<Value>
  45.                           ; crop how many x pixels from leftedge
  46.                           ; (will be adjusted, if too large)
  47.                         - HEIGHT=<Value>
  48.                           ; crop how many y pixels from topedge
  49.                           ; (will be adjusted, if too large)
  50.  
  51.   Author
  52.   ~~~~~~
  53.   Steve Quartly
  54.   1280 Stevens St
  55.   MUNDARING
  56.   Western Australia        steveq@sndcrft.DIALix.oz.au
  57.  
  58.   History
  59.   ~~~~~~~
  60.   V1.0 (01.09.1995) :
  61.  
  62.    - first public release
  63.  
  64.   V3.1 (1.1.1996)   :
  65.  
  66.    - added progress indicator support
  67.  
  68.     V3.5 (11.01.98)   :
  69.  
  70.      - updated to support semaphores
  71.